名前 | 解説 | |
---|---|---|
TooltipBaseBuilder<TControl,TBuilder> コンストラクタ | Creates one TooltipBaseBuilder<TControl,TBuilder> instance to configurate obj. |
TooltipBaseBuilder<TControl,TBuilder>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
TooltipBaseBuilder<TControl,TBuilder> コンストラクタ | Creates one TooltipBaseBuilder<TControl,TBuilder> instance to configurate obj. |
名前 | 解説 | |
---|---|---|
CssClass | Configurates C1.Web.Mvc.TooltipBase.CssClass. Sets the tooltip CSS class | |
Gap | Configurates C1.Web.Mvc.TooltipBase.Gap. Sets the distance between the tooltip and the target element. | |
HideDelay | Configurates C1.Web.Mvc.TooltipBase.HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. | |
IsContentHtml | Configurates C1.Web.Mvc.TooltipBase.IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML. | |
OnClientPopup | Configurates the C1.Web.Mvc.TooltipBase.OnClientPopup client event. Occurs before the tooltip content is displayed. | |
Position | Configurates C1.Web.Mvc.TooltipBase.Position. Sets the PopupPosition where the tooltip should be displayed with respect to the owner element. | |
ShowAtMouse | Configurates C1.Web.Mvc.TooltipBase.ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element. | |
ShowDelay | Configurates C1.Web.Mvc.TooltipBase.ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. |